body {
	background-image: url('../img/bg.png');
}

p {
	margin-bottom: 10px
}

a {
    text-decoration: none;
    color: #666;
}

a  {
    border-bottom: dotted 1px #666;
}

a:hover {
    border-bottom: solid 1px #666;
}

/*p a, table a  {
    border-bottom: dotted 1px #666;
}

p a:hover, table a:hover {
    border-bottom: solid 1px #666;
}*/

pre {
    font-size: 12px;
    border: solid 1px #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 3px 6px;
}

ol, ul {
    padding-left: 40px;
    margin: 13px 0;
}

td {
    line-height: 24px;
    vertical-align: top;
    padding: 2px;
}

#header-bar {
	display:block;
	z-index: 100;
	position: relative;
}

#header-bar a, #header-bar a:hover  {
    border-bottom: none;
}

#header-bar-content {
	background-color: #00425a;
	display:block;
	color: #ebebeb;
	font-family: 'Yanone Kaffeesatz', "Lucida Grande", Arial, sans-serif;
	height: 36px;
	font-size: 28px;
}

#header-bar-dropshadow {
	position:relative;
	height:4px;
	bottom:0;
	background: -moz-linear-gradient(top, rgba(0,66,90,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,66,90,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,66,90,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,66,90,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(0,66,90,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a600425a', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(0,66,90,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
}

#header-bar-logo {
	display: block;
	margin-left: 10px;
	padding-top: 4px;
}

#header-bar-icons {
	margin-right: 10px;
	float:right;
	margin-top: 2px;
}

#main-container {
	margin: 0 auto;
	margin-top:-5px;
	z-index:10;
}

#main-footer {
	margin: 0 auto 20px auto;
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
	color: #999;
	text-shadow: 0px 1px 0px #fff;
	text-align:center;
	clear:both;
}

#toolbar {
	margin-bottom: 10px;
}

#toolbar a, #toolbar a:hover  {
    border-bottom: none;
}

#welcome {
	display: block;
	background: transparent url(../img/eightbitme_ref_r.png) no-repeat right top;
	height: 290px;
	padding-right: 85px;
	font-family: Georgia, 'times new roman', serif;
	color: #666;
	text-shadow: 2px 2px 2px #FBFBFB, 4px 4px 2px #fff;
	font-style: italic;
}
#welcome-caption {
	padding-top: 40px;
}




#eightbitme {
	display: block;
}

/* Feed styles */
.feeds {
	display:block;
	background-color: #BBB;
	/*background-color: #D6D6D6;*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 7px 1px;
}

.posts {
	display:block;
	background-color: white;
	width: 445px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
	font-size: 13px;
	line-height:17px;
	margin-top: 7px;
}

#blogFeed {
	float: left;
	margin-left: 1px;
}

#twitterFeed {
	float: right;
	margin-right: 1px;
}

.feedHeading {
	text-align:center;
	display:block;
}

.feedHeading a {
	font-size: 15px; 
	font-weight: bold; 
	line-height: 1; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	border-bottom: none;
}	

.feedHeading a:hover {
	/*text-decoration: underline;*/
	border-bottom: dotted 1px #fff;
}	

.post {
	display:block;
	border-bottom: 1px dotted #ddd;
	padding: 8px 6px;
}

.post p {
	display: inline;
}
.post:last-child {
	border-bottom-width: 0
}

.post a {
	color: #999;
	/*color: #B3B3B3;*/
	text-decoration: none;
	border-bottom: none;
}

.post a:hover {
	/*text-decoration: underline;*/
	border-bottom: dotted 1px #BBB;
}

.postDate {
	color: #BBB;
	/*color: #B3B3B3;*/
	font-size: 66%;
}

.project {
    display: block;
    width: 420px;
    margin: 8px;
    float: left;
}

.project .name {
    font-weight: bold;
    font-size: 120%;
    display: block;
    border-bottom: solid 1px #bbb;
    text-shadow: 0px 1px white;
}

.project .name a {
    color: #666;
    border-bottom: none;
}

.project .links a {
    border-bottom: dotted 1px #666;
}

.project .links a:hover {
    border-bottom: solid 1px #666;
}

table {
    border-collapse: collapse;
    color: #3C3C3C;
}

table.contents tr {
    border-bottom: solid 1px #ddd;
}

table.contents tbody td {
    padding-bottom: 10px;
}

td.name {
    padding-left: 8px;
    padding-right: 8px;
}

/* styles for gtgwl */
.command {
    font-family: monospace;
}

.author {
    font-style: italic;
    margin-bottom: 1ex;
}

.files {
    border-top: solid 1px #ddd;
    margin: 1em 0;
}

.share_widget a {
    border-bottom: none;
}

p.last_updated {
    float:right;
    color: #999;
    font-style: italic;
}

/* Buttons */
/* Credit: http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba */
.awesome, .awesome:visited {
    background: #222 url(../img/alert-overlay.png) repeat-x; 
    display: inline-block; 
    padding: 5px 10px 6px; 
    color: #fff; 
    text-decoration: none;
    border-radius: 5px 5px 5px 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    margin: 2px 4px 2px 0;
}

.awesome:hover                          { background-color: #111; color: #fff; }
.awesome:active                         { top: 1px; }
.small.awesome, .small.awesome:visited          { font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited        { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited          { font-size: 14px; padding: 8px 14px 9px; }
.lightgrey.awesome, .lightgrey.awesome:visited        { background-color: #bbb; }
.lightgrey.awesome:hover, .lightgrey.awesome.current { background-color: #999; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.posts {
		width: 353px;
	}
}

@media only screen and (max-width: 767px) {
	#welcome {
		background: transparent url(../img/eightbitme_ref_r_small.png) no-repeat right top;
		height: 191px;
	}
	#welcome-caption {
		padding-top: 10px;
	}
	
	.posts {
		width: 248px;
	}
	#twitterFeed {
		margin-top: 5px;
	}
	
	.project {width: 240px}
	/*body {font-size:14px}*/
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
	#welcome {
		background: transparent url(../img/eightbitme_ref_r_small.png) no-repeat right top;
		height: 191px;
	}
	#welcome-caption {
		padding-top: 20px;
	}
	.posts {
		width: 432px;
	}
	#twitterFeed {
		margin-top: 5px;
	}
}


